From f415c00c4c629dc9d48ac02d4543b8c4a04d707f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 1 Jun 1993 20:52:15 +0000 Subject: [PATCH] (posn-timestamp): Doc fix. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index e0da47446b8..c652c8893bc 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -338,7 +338,7 @@ as returned by the `event-start' and `event-end' functions." "Return the timestamp of POSITION. POSITION should be a list of the form (WINDOW BUFFER-POSITION (COL . ROW) TIMESTAMP) -nas returned by the `event-start' and `event-end' functions." +as returned by the `event-start' and `event-end' functions." (nth 3 position)) -- 2.30.2